Remove opacity-groups
authorAlexander Larsson <alexl@redhat.com>
Thu, 4 Jul 2013 11:41:00 +0000 (11:41 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 6 Oct 2013 06:56:03 +0000 (02:56 -0400)
commit5bdfdcadfffaaed24cead56ea31df9095ad536fa
treeef7797cd34bb00210943c3701f433d0a838a0bee
parent605b918b2d3d010296159e2e43e4033b22efbf9d
Remove opacity-groups

GtkWidget had a hack where if opacity is 0.999 we set up an opacity group when
rendering the widget. This is no longer needed in 3.10, and GtkStack doesn't
use it anymore.

GdStack is using it, so applications should be ported from GdStack to GtkStack
in 3.12.

https://bugzilla.gnome.org/show_bug.cgi?id=703603
gtk/gtkwidget.c